home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18147 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  714 b 

  1. Path: sol.caps.maine.edu!news    
  2. From: Scott <slary61@maine.maine.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Survey: recursive
  5. Date: 19 Apr 1996 02:02:22 GMT
  6. Organization: University of Maine System
  7. Message-ID: <4l6s7e$19i0@sol.caps.maine.edu>
  8. NNTP-Posting-Host: async5.ts-caps3.caps.maine.edu
  9.  
  10. I am trying to get a feel of how long it would take an 
  11. average programmer to accomplish the following.  
  12.  
  13. Write a recursive function that determines the lowest
  14. common denominator between two rational numbers for the
  15. first time.  You may assume that you have a class rational 
  16. that does not include this method.  You have material 
  17. describing class rational, but no other reference material.
  18.  
  19. The clock starts now.
  20. Thanks
  21.  
  22.  
  23.